To start running the program

First setup main server:
	You will need to know the ip address of this sever for all other programs.
	You will also need to know the ip address of raspberry pi for the server in code. 

compile:
	 gcc main.c 
to run:
	./a.out [port which client and server will talk] [port which sever and pi will talk]


Setup raspberry pi:
	You will need to know the ip address of main sever in code

compile:
	 gcc main.c v4l2uvc.o
to run:
	./a.out [port which server will be on] 

Setup Client with PIR
	You will need to know ip address of main sever in code.
 	parking->ip_server = "10.3.52.17";

compile:
	 gcc main.c -pthread
to run:
	./a.out [port which server will be on] 

Setup Client with out
	You will need to know ip address of main sever in code.
 	parking->ip_server = "10.3.52.17";

compile:
	 gcc main.c -pthread
to run:
	./a.out [port which server will be on][text file to read info from test1.txt ] 
